home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / mount.dir / 00032_set gP_Num.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  315 b   |  14 lines

  1. global gp_num, gtemp
  2.  
  3. on mouseDown
  4.   case the memberNum of sprite 8 of
  5.     (the number of member "Mount1"):
  6.       set gp_num to gtemp - 1
  7.     (the number of member "Mount2"):
  8.       set gp_num to 25 + gtemp - 1
  9.     (the number of member "Mount3"):
  10.       set gp_num to 50 + gtemp - 1
  11.   end case
  12.   go(1, "Photo2")
  13. end
  14.